home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 16 / PC Actual CD 16.iso / cdactual / dos / Inte145.exe / MANUAL.DOC < prev   
Encoding:
Text File  |  1997-01-28  |  3.3 KB  |  114 lines

  1. This package include the following files:
  2.  
  3. integral.exe                    execute program
  4. manual.doc                      User's guide
  5.  
  6.  
  7.  
  8. Integral v1.45  (ENGLISH VERSION)          February        1997
  9. Author: RAUL YEPEZ A.
  10. University: ESCUELA POLITECNICA DEL EJERCITO
  11. Company: EASA Corp & Pacific Systems Corp.
  12. TITLE: PROGRAMMER
  13.  
  14. This program is SHAREWARE..........
  15.  
  16. This program is made in C, next time will write in C++ and VISUAL
  17. BASIC 4.0.
  18. With this program, you can solve the defined integral of any mathematical
  19. function, include fuctions same as sin,cos,etc.
  20. The methods included in this package are:
  21.  
  22. TRAPEZOID Rule
  23. SIMPSON Rule
  24.  
  25. Two methods are design to composite integrals and multiple integrals, and
  26. to one and two variables.
  27. This program is made in easy form and intelligent, with menus and comments.
  28.  
  29. For introduce a function, you must remember following instructions:
  30.  
  31.  
  32. - Supports functions same as sen,cos,tan,sqrt,log,log10.
  33. - Supports maximun 50 caracters for fuction
  34. - Write with sintax correct.
  35.  
  36. Constans:
  37. e                               2.718
  38. pi                              3.14159
  39.  
  40.  
  41. Sintax:
  42. The program have been design in intelligent form, the fuctions errors,
  43. parenthesis errors are detected, but no corrected.
  44.  
  45. Examples:
  46.  
  47. Corrects:
  48. sen(x)                                  for one variable
  49. x^2
  50. 2*x*(x^2/pi)                            Using const pi
  51. e^x                                     Using const e
  52. e^(x+y)
  53. e^(-(x^2))
  54.  
  55.  
  56. Incorrects:
  57. sen(x+y)                                for one variable
  58. sen()                                   without arguments
  59. ctg()                                   unkown function
  60. e**2                                    missing operand
  61. 2+3                                     must be one variable
  62.  
  63. SUPPORTED FUNCTIONS
  64.  
  65.    sin                 Compute Sine
  66.    cos                Compute Cosine
  67.    tan                Compute Tangent
  68.    asin                         Compute arc Sine
  69.    acos                         Compute arc Cosine
  70.    atan                         Compute arc Tangent
  71.    sinh                         Compute Hyperbolic Sine
  72.    cosh                         Compute Hyperbolic Cosine
  73.    tanh                         Compute Hyperbolic Tangent
  74.    exp                          Calculates e to power
  75.    log                          Compute natural logarithm
  76.    log10                        Compute common logarithm
  77.    sqrt                         Compute Square Root
  78.    floor            Finds the largest integer
  79.    ceil                         Finds the smallest integer
  80.    abs                          Compute the absolute value of a number
  81.    deg                          Converts degrees to radians
  82.    rad                          Converts radians to degrees
  83.  
  84.  
  85.  
  86. IMPROVEMENTS in this Version
  87.  
  88. -  Correct Bugs in Enter Functions
  89. -  Generated Code to 386/486 instructions
  90. -  Supports MathCoprocessor (Cyrix,Intel, AMD(maybe))
  91. -  Compiled in Large Model, for More Operations and More memory to use
  92.  
  93.  
  94. The source code of this program, you can get free in the ESPE WEB server
  95. at ECUADOR, South America. Some question of program please send your
  96. e-mail to this direction:
  97.  
  98. rya@pi.pro.ec
  99.  
  100. and you will response immediately.
  101.  
  102.  
  103. Enjoy your Integral v1.45
  104.  
  105. COMING SOON......            INTEGRAL 2.0 for Windows 95
  106.  
  107. Note: This version of Integral is a English Version, please send your e-mail
  108. for the Spanish Version.
  109.  
  110.  
  111.  
  112.  
  113.  
  114.